/* CSS Document */
/*
* pc-index css
* 2020/1/7
* h
 */

body {  margin: 0px;  padding: 0px; border: 0px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
  color: #333333; font-size: 14px;  width: 100%;   position: relative;}
a { margin: 0px;  padding: 0px; border: 0px;  text-decoration: none;  color: inherit;}
a:hover { text-decoration: none; color: #c30d23;}
* { padding: 0px; margin: 0px;  border: 0px;  
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;}
li {  list-style: none;}
.clear {  clear: both !important; height: 0px !important; width: 0px !important;  
  float: none !important; margin: 0px !important; padding: 0px !important;  border: 0px !important;}
input:focus { outline: none;}/*去除按钮选中的高亮标签*/
img { max-width: 100% !important; vertical-align: middle;}
address,cite,code,dfn,em,th,var,i{font-weight: normal; font-style: normal;}
ol,ul{list-style: none;}
fieldset,img{border: 0; max-width: 100%;}
/*h1,h2,h3,h4,h5,h6{font-weight: normal;  font-size: 100%;}*/
div, p, table, td, ul, li, span, a, ol, input, label {  padding: 0px; margin: 0px;  border: 0px;}
input::-ms-input-placeholder { /* Internet Explorer 10+ */color:#4d4d4d;font-size:14px;}
input::-webkit-input-placeholder { /* WebKit browsers */color:#4d4d4d;font-size:14px;}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#4d4d4d;font-size:14px;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */color:#4d4d4d;font-size:14px;}
.fl { float: left;}
.fr { float: right;}

.wid1200 {  width: 1200px;  margin: 0 auto;}
.yccont { width: 100%; min-width: 1200px; background: #fff;}
.bgf0 { width: 100%; min-width: 1200px; background: #f0f0f0;}




.tra {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.tra:hover {
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -ms-transform: scale(1.11);
  -o-transform: scale(1.11);
  filter: scale(1.11);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
/*图片变大*/
.ty_tit {
  width: 100%;
  padding: 80px 0 80px 0;
  text-align: center;
}
.ty_tit span {
  padding-bottom: 18px;
  background: url(../images/ty_titbg.png) center bottom no-repeat;
  color: #222;
  letter-spacing: 1px;
  font-size: 52px;
  font-weight: bold;
}
.ty_titImg {
  width: 100%;
  padding: 60px 0 60px 0;
}
.ty_titImg2 {
  padding: 45px 0 40px 0;
}
.ty_titImg img {
  margin: 0 auto;
}

.btn_more {
  width: 268px;
  height: 52px;
  line-height: 52px;
  margin: 35px auto 40px;
  text-align: center;
  background: #0099e4;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #8c8888;
  display: block;
  color: #fff;
  font-size: 36px;
}
.btn_more:hover {
  color: #fff;
  opacity: 0.8;
}


.gywm_bg {
  width: 100%;
  height: 560px;
  background: url(../images/gywm_bg.jpg) center 0 no-repeat;
}
.gywm_con {
  width: 590px;
  margin: 42px 40px 0 0;
  padding: 20px 25px 30px 25px;
  background: #fff;
  text-align: left;
}
.gywm_con h2 {
  color: #444;
  font-size: 26px;
}
.gywm_con h2:before {
  content: '';
  width: 50px;
  height: 8px;
  margin: 15px 5px 0 0;
  background: #0099e4;
  display: block;
  float: left;
}
.gywm_con p {
  padding: 15px 0 20px 0;
  line-height: 32px;
  color: #444;
  font-size: 17px;
}
.gywm_con ul {
  margin: 30px 30px 0 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}
.gywm_con ul li {
  color: #444;
  font-size: 26px;
}
.gywm_con ul li:before {
  content: '';
  width: 32px;
  height: 26px;
  margin: 4px 10px 0 0;
  background: url(../images/incon_gywm_li.png) no-repeat;
  display: block;
  float: left;
}
/*关于我们*/
.hxys_p {
  margin-top: -40px;
  line-height: 32px;
  text-align: center;
  color: #222;
  font-size: 18px;
}
.hxys_con {
  padding: 60px 0 120px 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}
.hxys_list {
  width: 275px;
  overflow: hidden;
}
.hxys_lbg {
  width: 100%;
  height: 310px;
  text-align: center;
  background: #f0f0f0;
  color: #eb4f38;
  cursor: pointer;
}
.hxys_lbg .hxys_ltop {
  padding: 15px 0 0 0;
  vertical-align: bottom;
  font-size: 30px;
  font-weight: bold;
}
.hxys_lbg .hxys_ltop em {
  font-size: 40px;
  font-weight: bold;
}
.hxys_lbg h2 {
  margin: -12px 0 10px 0;
  font-size: 36px;
  font-weight: bold;
}
.hxys_lbg h3 {
  vertical-align: bottom;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.hxys_lbg h3 em {
  font-size: 24px;
  font-weight: bold;
}
.hxys_lbg p {
  padding: 7px 40px 10px 35px;
  line-height: 24px;
  text-align: left;
  text-indent: 2em;
  color: #666;
  font-size: 14px;
}
.hxys_lbg .hxys_licon {
  width: 100%;
  height: 36px;
  background: url(../images/icon_hxys_li.png) center 0 no-repeat;
}
.hxys_lfoot {
  width: 100%;
  padding: 10px 0 0 0;
  color: #222;
  font-size: 18px;
  text-align:left;
}
.hxys_lfoot span {
  width: 62px;
  height: 24px;
  line-height: 24px;
  margin: 1px 10px 0 20px;
  padding: 0 0 0 7px;
  background: url(../images/icon_hxys_lfoot.png) no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  float: left;
}
.hxys_lbg:hover {
  background: #0099e4;
  color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.hxys_lbg:hover h3,
.hxys_lbg:hover p {
  color: #fff;
}
.hxys_lbg:hover .hxys_licon {
  background: url(../images/icon_hxys_lih.png) center 0 no-repeat;
}
/*核心优势*/
.kjfw_bg {
  width: 100%;
  height: 700px;
  background: url(../images/kjfw_bg.jpg) center 0 no-repeat;
  color: #fff;
  background-size: 100%;
}
.kjfw_con {
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}
.kjfw_li {
  width: 240px;
}
.kjfw_limg {
  width: 100%;
  height: 122px;
  margin: 18px 0 15px 0;
}
.kjfw_limg01 {
  background: url(../images/icon_kjfw01.png) center 0 no-repeat;
}
.kjfw_limg02 {
  background: url(../images/icon_kjfw02.png) center 0 no-repeat;
}
.kjfw_limg03 {
  background: url(../images/icon_kjfw03.png) center 0 no-repeat;
}
.kjfw_limg04 {
  background: url(../images/icon_kjfw04.png) center 0 no-repeat;
}
.kjfw_limg05 {
  background: url(../images/icon_kjfw05.png) center 0 no-repeat;
}
.kjfw_li h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.kjfw_li > img {
  margin: 16px auto 20px;
}
.kjfw_li p {
  line-height: 22px;
  padding: 0 30px 10px 25px;
  color: #ccc;
  font-size: 13px;
}
.kjfw_more {
  width: 180px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  border: solid 2px #fff;
  border-radius: 25px;
  display: none;
  font-size: 24px;
}
.kjfw_more:hover {
  color: #fff;
  opacity: 0.8;
}
.kjfw_li:hover {
  padding: 0 0 30px 0;
  background: #0099e4;
  box-shadow: 1px 1px 5px #6a6868;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.kjfw_li:hover .kjfw_limg {
  margin: 60px 0 15px 0;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.kjfw_li:hover .kjfw_limg01 {
  background: url(../images/icon_kjfwh01.png) center 0 no-repeat;
}
.kjfw_li:hover .kjfw_limg02 {
  background: url(../images/icon_kjfwh02.png) center 0 no-repeat;
}
.kjfw_li:hover .kjfw_limg03 {
  background: url(../images/icon_kjfwh03.png) center 0 no-repeat;
}
.kjfw_li:hover .kjfw_limg04 {
  background: url(../images/icon_kjfwh04.png) center 0 no-repeat;
}
.kjfw_li:hover .kjfw_limg05 {
  background: url(../images/icon_kjfwh05.png) center 0 no-repeat;
}
.kjfw_li:hover p {
  color: #fff;
}
.kjfw_li:hover .kjfw_more {
  display: block;
}
/*科技服务*/
.xwzx_con {
  margin: 0 0 85px 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}
.xw_list {
    width: 283px;
    /* height: 298px; */
    padding: 15px 0px 13px 0px;
    border: solid 1px #ddd;
    overflow: hidden;
}
.xw_tit {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 18px 0 18px;
  margin: 15px 0 10px 0;
  color: #222;
  font-size: 24px;
}
.xw_tmore {
  color: #999;
  font-size: 12px;
}
.xw_ul {
  width: 100%;
  padding: 0px 18px 0 18px;
  margin: 5px 0 0 0;
      text-align: left;
}
.xw_ul li {
  margin: 0 0 10px 0;
}
.xw_ul li:before {
  content: '';
  width: 10px;
  height: 32px;
  margin: 7px 7px 0 0;
  background: url(../images/icon_xw_li.png) no-repeat;
  display: block;
  float: left;
}
.xw_ul li a {
  height: 18px;
  color: #666;
  display: block;
  font-size: 14px;
  overflow: hidden;
}
.xw_ul li span {
  color: #999;
  font-size: 12px;
}
.xw_odiv,
.xw_odiv2  {
  width: 283px;
  height: 298px;
  padding: 0px 18px 0 18px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.xw_odiv2 a:hover  {
    color:#ffffff;
}
.xwt_ol {
  width: 50px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: 18px;
}
.xwt_ol li {
  width: 7px;
  height: 7px;
  margin: 10px 3px 0 3px;
  border: solid 1px #222;
  border-radius: 50%;
  cursor: pointer;
  float: left;
}
.xwt_ol li.active,
.xwt_ol li:hover {
  width: 11px;
  height: 11px;
  margin: 8px 3px 0 3px;
  background: #222;
}
.xw_odiv img,
.xw_odiv2 img {
  width: auto;
  height:120px;
}
.xw_odiv p {
  padding: 9px 0 11px 0;
  line-height: 22px;
  color: #666;
  font-size: 12px;
  text-align:left;
}
.xw_odbtn {
  color: #eb4f38;
  font-size: 14px;
}
.xw_odbtn a.fr {
  width: 60px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: #eb4f38;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 12px;
}
.xw_odiv2 h2 {
  /*width: 110px;*/
  /*line-height: 18px;*/
  text-align: center;
  border-bottom: solid 2px #adadad;
  margin: 10px auto 10px;
  color: #333;
  font-size: 18px;
}
.xw_odiv2 div {
  color: #eb4f38;
  font-size: 12px;
}
.xw_odiv2 div em {
  color: #333;
  font-weight: bold;
}
.xw_odiv2 p {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  text-align: left;
}
.focus,
.focus2 { 
  position: relative;
}
.focus .fo_Cons,
.focus2 .fo_Cons2 {
  width: 900px; 
  height: 248px; 
  position:absolute;
}
.xw_list:hover {
  background: #0099e4;
  border: solid 1px #0099e4;
  box-shadow: 1px 1px 5px #656363;
  color: #fff;
}
.xw_list:hover .xw_tit,
.xw_list:hover .xw_tmore,
.xw_list:hover .xw_ul li a,
.xw_list:hover .xw_ul li span,
.xw_list:hover .xw_odiv p,
.xw_list:hover .xw_odbtn,
.xw_list:hover .xw_odiv2 h2,
.xw_list:hover .xw_odbtn,
.xw_list:hover .xw_odiv2 div,
.xw_list:hover .xw_odiv2 div em,
.xw_list:hover .xw_odiv2 p {
  color: #fff;
}
.xw_list:hover .xwt_ol li {
  border: solid 1px #fff;
}
.xw_list:hover .xwt_ol li.active,
.xw_list:hover .xwt_ol li:hover {
  background: #fff;
}
.xw_list:hover .xw_tmore:hover,
.xw_list:hover .xw_ul li a:hover,
.xw_list:hover .xw_odbtn a.fr:hover {
  opacity: 0.7
}
/*新闻资讯*/
.cgal_top {
  width: 100%;
  height: 279px;
  background: url(../images/cgal_tbg.jpg) center center no-repeat;
  background-size: 100%;
}
.cgal_tul {
  padding-top: 65px;
  text-align: center;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.cgal_tul li h2 {
  margin-bottom: 10px;
  font-size: 54px;
}
.cgal_tul li p {
  margin-top: 10px;
  font-size: 24px;
}
.cgal_name span {
  width: 125px;
  height: 60px;
  line-height: 30px;
  margin: 0 20px 0 0;
  color: #222;
  display: block;
  font-size: 18px;
  float: left;
}
.cgal_name span:before {
  content: '';
  width: 28px;
  height: 28px;
  margin: 0 5px 0 15px;
  background: url(../images/icon_cgal_name.png) no-repeat;
  display: block;
  float: left;
}
.cgal_name ul li {
  height: 28px;
  line-height: 28px;
  margin: 0 5px 5px 0;
  padding: 0 16px;
  color: #222;
  cursor: pointer;
  font-size: 14px;
  float: left;
}
.cgal_name ul li:hover,
.cgal_name ul li.active {
  background: #eb4f38;
  border-radius: 14px;
  color: #fff;
}
.cgal_con {
  display: none;
  clear: both;
}
.cgal_con ol {
  width: 100%;
}
.cgal_con ol li {
  width: 283px;
  height: 283px;
  margin: 20px 9px 5px 8px;
  border: solid 1px #b5b5b5;
  float: left;
  overflow: hidden;
  position: relative;
}
.cg_oimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.cgal_con ol li p {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: rgba(255,255,255,.6);
  color: #222;
  font-size: 18px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
} 
.cgal_con ol li:hover p {
  background: rgba(0,153,228,.6);
  color: #fff;
}
/*成功案例*/
.bg_zyxz {
  padding: 0 0 5px 0;
}
.zyxz_ul li {
  width: 285px;
  height: 303px;
  margin: 20px 7px 5px 8px;
  background: #fff;
  color: #252525;
  float: left;
  font-size: 14px;
  overflow: hidden;
}
.zyxz_img {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.zyxz_img img {
  width: 100%;
}
.zyxz_ul li p {
  height: 60px;
  padding: 8px 20px 0 30px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-align:left;
}
.zyxz_ul li p:before {
  content: '';
  width: 12px;
  height: 30px;
  margin: 5px 10px 0 0;
  background: url(../images/icon_zyxzli.png) no-repeat;
  display: block;
  float: left;
}
/*资源下载*/



.current {
    background-color: #0199E4;
    color: #fff;
}





.btn_xq {
  color: #eb4f38;
}
@media only screen and (max-width: 1200px) {
  .wid1200 {  width: 980px;  margin: 0 auto;}
  .yccont,.bgf0 { min-width: 980px;}
  .hxys_con { padding: 40px 0 60px 0;}
  .hxys_list { width: 240px;}
  .hxys_lbg { height: 330px;}
  .hxys_lfoot span { margin: 1px 8px 0 2px;}
  .xw_list { width: 240px; height: 318px;}
  
.xw_tit { padding: 0px 8px 0 8px;}
.xw_ul { padding: 0px 8px 0 8px;}
.xw_odiv,.xw_odiv2  { width: 240px; height: 318px; padding: 0px 8px 0 8px;}
  .cgal_name span { width: 105px;}
  .cgal_name span::before { content: ''; margin: 0 5px 0 0px;}
  .cgal_con ol li { width: 230px; height: 230px; margin: 20px 7px 5px 8px;}
  /*.cg_oimg { height: 230px;}*/
  .zyxz_ul li { width: 235px; height: auto; margin: 20px 5px 5px 5px;}
  .zyxz_img { height: 200px;}
  .lxwm_fl { width: 44%;}
  .lxwm_form { width: 56%;}
  .lxwm_fl { padding: 80px 0 0 55px;}







}






